home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / wo.lzh / WO.MAN < prev    next >
Text File  |  1993-12-30  |  2KB  |  47 lines

  1. WO version 1.02-89/07
  2.  
  3. WO.TTP is a little utility similar to FF or WHERE (German "wo"
  4. means "where"), which allows to search for files in a logical drive
  5. (floppy, harddisk partition) using names with wildcards.
  6. It does not use Fsfirst/next calls, so there are no problems
  7. with the 40 folder bug. It is compiled with Laser C and should run on
  8. all systems (color/mono, TOS 1.0...1.4). But--of course--I disclaim
  9. any liability. Please report any problems to me.
  10.  
  11.                               enjoy, Roland Waldi
  12.                               BD05 @ DKAUNI2.BITNET
  13.                               F15WAL @ DHHDESY3.BITNET
  14.  
  15. CALLING: 
  16.  
  17. WO     d:template [>outfile]
  18.  
  19. list all files on drive d: matching template.
  20. When the list is finished and a "_" appears on the screen,
  21. press any key to finish.
  22.  
  23. output redirection ("WO d:template >filename") is possible.
  24.  
  25. template = filename (no \), may contain wildcards '*' and '?'.
  26.  
  27. examples: WO c:*.*               list all files on drive C
  28.           WO d:?.bak             list all files on drive D with a
  29.                                  one-letter name and type BAK
  30.           WO E:C*.BAS            list all .BAS files on drive E with a
  31.                                  name starting with letter 'C'
  32. output:
  33.  
  34. E:CDEMO   .BAS   13102 14.09.88 22:40 ..... \
  35. E:CUBED   .BAS   29988  4.05.87 13:40 ....C \TEMP\
  36. E:C       .BAS    2127 27.05.89 16:22 R.... \MOPEK\BASIC\
  37.                                             +++++++++++++..  path
  38.                                       +++++................  flags *)
  39.                        ++++++++++++++......................  timestamp
  40.                +++++++.....................................  size
  41.   ++++++++++++.............................................  name
  42.  
  43. *) flags are:
  44.    R = read only, H = hidden,       S = system,
  45.    D = directory, V = volume label, C = archive-bit
  46.  
  47.